PATH![]() |
![]() ![]() |
Stores data describing a window into a collection.
pascal OSStatus StoreWindowIntoCollection (
WindowPtr window,
Collection collection);
The StoreWindowIntoCollection function stores any window--including those not created by Mac OS 8.5 Window Manager calls--into the specified collection. The Window Manager does not empty the collection beforehand, so any existing items in the collection remain. See Storing a Document Window Into a Collection for an example of how your application can call StoreWindowIntoCollection .
The chapter "Collection Manager" in Inside Macintosh: QuickDraw GX Environment and Utilities .